home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wclib.zip / WCLIBC.ZIP / WCLIB.H < prev    next >
Text File  |  1993-04-15  |  759b  |  30 lines

  1. //===========================================================
  2. // WCLIB.H -- Header File 
  3. // Copyright (c) 1993 Douglas Boling
  4. //===========================================================
  5. //
  6. // Function prototypes used by generic template
  7. //
  8. INT CALLBACK WEP (INT);
  9. INT CALLBACK LibMain (HANDLE, WORD, WORD, LPSTR);
  10.  
  11. //-----------------------------------------------------------
  12. // Application specific stuff
  13. //-----------------------------------------------------------
  14. //
  15. // Function prototypes
  16. //
  17. LIBLOAD WCLibLoad;
  18. LIBRESET WCLibReset;
  19. LIBFUNC WCLibFunc;
  20. LIBGETERR WCGetErrStr;
  21. LIBGETVER WCGetVersion;
  22.  
  23. typedef    INT (*PLFUNC) (LPTOKEN, LPTOKEN);
  24. //
  25. // Dialog IDs
  26. //
  27. #define     IDD_LIBVSTR    100
  28. #define     HELPSTART      1
  29.  
  30.